home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb95 / cj_fig02.gif < prev    next >
Graphics Interchange Format  |  1996-07-09  |  28KB  |  676x588  |  4-bit (14 colors)
Labels: text | electronics | screenshot | display | software | computer icon | number | web page | multimedia software
OCR: Paradox for Windows File Edit View Search Program Properties Tools Window Help ....... FIGURE2.FSL :: #Form1 :: close FIGURE2.FSL :: #Form1 :: Var method close(var eventInfo Event) var Var f Form formName String endVar endVar if eventInfo.isPreFilter() then ;// This code executes for each object on the Edit Line: 1 C else ;// This code executes only for the form if formName .isAssigned() then while f.attach ( formName) f.close() endWhile errorClear( ) endIf endIf FIGURE2.FSL :: Button1 :: pushButton endmethod method pushButton (var eventInfo Event) var + f Form endVar if f.open("DEMO") then Button1 formName = f.getTitle() endIf endmethod Edit Line: 6 Col: 1 Button1 [Button]